DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / DbTransaction Property

In This Topic
    DbTransaction Property (C1CommandBase<TCommandImpl>)
    In This Topic
    Gets or sets the transaction within which the command executes. Must be a C1TransactionBase.
    Syntax
    'Declaration
     
    Protected Overridable Property DbTransaction As DbTransaction
    protected virtual DbTransaction DbTransaction {get; set;}

    Property Value

    The transaction within which the command executes.
    See Also